.

SynqNet.Node

A SqNode sub-object of the SynqNet object. The SqNode object represents a node on the SynqNet network associated with the SynqNet object.

 This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

Mpx.SqNode (read only)

Index

 
Index Type Description
UInt32 The index of the SynqNet node to be accessed.

Visual Basic

Syntax

Property Node As Mpx.SqNode(index As UInt32)

Sample Code

 

Dim ioNode As Mpx.SqNode

ioNode = Controller.SynqNet(0).Node(3)


Sample Application

 

C#

Syntax

Mpx.SqNode[] Node;

Sample Code

 

Mpx.SqNode ioNode = Controller.SynqNet[0].Node[3];

 

See Also

NodeCountMax

SqNode Object
SqNode Object Overview

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering